home *** CD-ROM | disk | FTP | other *** search
/ Aminet 37 / Aminet 37 (2000)(Schatztruhe)[!][Jun 2000].iso / Aminet / util / arc / Voodoo-X.lha / Voodoo-X / Voodoo-X.history < prev    next >
Text File  |  2000-03-05  |  12KB  |  221 lines

  1.  
  2. Changes for Voodoo-X, Created Tue/2/Feb/2000 (Most recent changes at the top)
  3. =============================================================================
  4.  
  5. Voodoo-X 1.2 Release (5.3.2000)
  6. ********************************
  7. - Second public release.
  8.  
  9. Voodoo-X 1.2 BETA 4 (5.3.2000)
  10. -------------------------------
  11. - Task priority was being set too high.
  12. - If there's an error during extraction, the correct filename is displayed.
  13. - When viewing entries, a progress window is now displayed, but only if the
  14.   file is larger than 50K.
  15. - Passwords for individual files are now supported.
  16. - Menu items "Close" and "Clear archive history..." now remove all unused
  17.   temporary files.
  18. - The close gadget for password window now works.
  19. - Version information for wbstart.library is now displayed again.
  20. - Implemented the remaining code for the new About Window. It now looks
  21.   a lot nicer. :)
  22. - Removed a redundant and buggy routine that had the potential to fall into
  23.   an endless loop while scanning the archive history list.
  24. - Made some more minor cosmetic changes.
  25. - Added a small routine to check for corrupt letters during extraction. It
  26.   requires more work though.
  27.  
  28. Voodoo-X 1.2 BETA 3 (2.3.2000)
  29. -------------------------------
  30. - If loading fails, the currently selected entry in the archive history list
  31.   is kept. Added at the request of Dirk.
  32. - The progress window isn't always made the front most window now, because
  33.   this lead to some strange situations where the progress window could hide
  34.   error requesters from the user (making him even more confused :-).
  35. - Some minor (internal) changes to the list format.
  36. - Destination file requester now opens with the correct drawer path.
  37. - Downcoded some frequently called routines to assembly, as a result building
  38.   a directory tree for an archive with over 7500 files is slightly faster (15
  39.   seconds on my 040/40Mhz).
  40. - Some various minor optimizations.
  41. - Pressing "Parent" in the root of an embedded archive brings you back to the
  42.   parent archive. Added at the request of Dirk.
  43. - Voodoo-X now won't reloaded embedded archives that have already been loaded.
  44. - Opening up the archive file requester while an embedded is displayed now
  45.   defaults to the path of the embedded archive's parent. This only works
  46.   for archives embedded 1 level deep. The archive requester will detault to
  47.   T: for deeper archives (since T: is the current temporary extract path for
  48.   all embedded archives).
  49. - If the user has OS 3.5 installed, Voodoo-X will not use wbstart.library
  50.   anymore, to launch programs while under WB's context. Instead, Voodoo-X
  51.   will take advantage of WB v44's new launch functions. Note: wbstart.library
  52.   is still required for OS 3.1 systems or lower.
  53. - Voodoo-X now doesn't assume all files 901120 or 1802240 bytes in length are
  54.   ADF files. If a file with one of these sizes is not really an ADF, Voodoo-X
  55.   will check it to see if it's really an archive. Just my bad luck to
  56.   encounter a TGZ archive that was exactly 1802240 in length. :-)
  57. - Before extracting, all entries will now be re-sorted back into XAD's
  58.   internal order. This greatly speeds up extracting, especially when seeking
  59.   into the archive. This will also speed up archives formats with (large)
  60.   merge groups (i.e. LZX). Thanks to Dirk for pointing this out.
  61. - Implemented the password window. Encrypted archives can now be loaded.
  62. - ARC_IsArc() was forgetting to call xadFreeInfo(). I wasted many hours
  63.   trying to track that one down. :-)
  64.  
  65. Voodoo-X 1.2 BETA 2 (24.2.2000)
  66. -------------------------------
  67. - The main lister now shows protection bits.
  68. - When double clicking on an entry, the name and path of the program being
  69.   launched is shown in the information & status gadget.
  70. - Move and copy operations now copy the archive's icon too, if it exists.
  71. - Added a check to ensure user can't copy or move an archive over itself.
  72. - Made some more minor cosmetic changes.
  73. - If an archive is deleted, it's icon is also deleted.
  74. - The user can now view archives inside archives. A lot of internal work
  75.   was required to support this feature.
  76. - Type now indicates HD and DD ADF files, in status & info gadget.
  77. - Implemented the settings window and the internal config routines.
  78. - Cleaned up some of the help strings (also added some missing ones).
  79. - The main lister now uses images for drawers.
  80. - Added some more menu shortcuts at the request of JanRoger Haugan.
  81. - If there are more than 10 errors during file extraction, Voodoo-X
  82.   will popup an error requester asking if the user want to abort.
  83. - Voodoo-X now uses file manager style archive browsing. All of the extract
  84.   routines were recoded and many internal changes were made. Added at the
  85.   request of JanRoger Haugan.
  86. - Added day name to main lister. Day, date and time now get their own columns
  87.   in the main list.
  88. - Fixed another bug in GUI_Popup(), the routine now makes sure the
  89.   application object hasn't been disposed, before opening the requester. If
  90.   it has, an intuition requester will be used instead.
  91. - ARC_ExtractFile() now restores dates, comments and protection bits.
  92. - Destination string gadget now has a history list. This allows the user
  93.   to quickly change destinations.
  94. - xadmaster.library version 5 is now required.
  95.  
  96. Voodoo-X 1.2 BETA 1 (19.2.2000)
  97. --------------------------------
  98. - HTML document now includes WIDTH and HEIGHT tags for inline images.
  99. - Added Thanks section to the HTML.
  100. - Lots of internal changes to the source. It should now be easier to compile
  101.   on several compilers.
  102. - If Voodoo-X failes to launch a program, it now displays was context it
  103.   was trying to launch that program on.
  104. - Fixed a startup bug regarding wbstart.library. A NULL lock was being
  105.   passed in the WBArgs, causing wbstart.library to fail. Unfortunately
  106.   I did not spot this bug because I'd installed Stephan Rupprecht's
  107.   wbstart emulation, which hid the bug. Thanks to Bill for reporting this.
  108.  
  109.  
  110. Voodoo-X 1.1 Release (15.2.2000)
  111. ********************************
  112. - First public release.
  113.  
  114. Voodoo-X 1.1 BETA 4 (8.2.2000)
  115. ------------------------------
  116. - Implemented support for xvs.library, also added a new menuitem called
  117.   "Check for viruses".
  118. - Added copyright and version information for XVS to the About requesters.
  119. - Added new menuitem "About versions...". This gives version information
  120.   on all currently loaded modules. Also removed old version text from the
  121.   main About requester.
  122. - Added version information on NList and NListview MUI custom classes.
  123. - Updated webpage URL in the About window.
  124. - Fixed the Abort button, when extracting files.
  125. - The progress Abort button should be more responsive now.
  126. - "Copy to..." and "Move to..." file requesters now display the correct
  127.   destination name.
  128. - When extracting the selected entries, the lister follows the selected
  129.   entries by every page, not every entry. This means the lister scrolling
  130.   looks nicer and requires less updates.
  131. - Status and information gadget is now cleared when user closes last
  132.   archive.
  133. - Made some minor cosmetic changes.
  134. - When moving archives, Voodoo-X will rename the archive if destination
  135.   file is on the same device.
  136. - muimaster.library was accidentally being opened/closed twice.
  137.  
  138. Voodoo-X 1.1 BETA 3 (6.2.2000)
  139. ------------------------------
  140. - Fixed typo in bubble help for the archive path string gadget.
  141. - Change title "Archiver Name" in XAD client info window to "Client name".
  142. - Both the archive and destination ASL popup requesters now record their
  143.   window positions. The current implementations are a bit hacky. :-/
  144. - Voodoo-X no longer tries to extract and view links/dirs (with multiview),
  145.   when the user double clicks on one.
  146. - When the user clicks once on a link entry, the status bar will show the
  147.   real destination of that link.
  148. - Cleaned up some of the code, removed redundant variables, etc.
  149. - Added icon.library and tooltype handling code.
  150. - Added VIEWER tooltype. This parameter allows the user to specify an
  151.   alternative viewer, when double clicking on an entry. If this tooltype
  152.   is not present, then Voodoo-X will default to multiview.
  153. - All XAD error requesters now give more information.
  154. - Progress windows now display the current file being processed.
  155. - Extended (and renamed) Voodoo-X's internal IPC port. It now accepts
  156.   simple commands like iconify, uniconify quit, etc. Also modified main
  157.   event loop to handle quit events.
  158. - The status bar now shows the amount of selected files.
  159. - Added bold text styles to the status bar to make it more readable.
  160. - Menuitem "Select none" now clears the active entry too.
  161. - When a second Voodoo-X process is launched, the screen that the first
  162.   one resides on is brought to front. This avoids confusion.
  163. - Voodoo-X now displays a progress window while sorting/displaying the
  164.   entries of big archives (1000 entries+). This comes in handy when
  165.   processing excessively big archives like HD backups, etc.
  166. - Added "Open..." and "Close" menu items to the "Archive" menu.
  167. - Cleaned up some GUI calls.
  168. - Added XADCF_FILESYSTEM flag recognition the client window, which is new
  169.   for XAD version 5+.
  170. - Added code to make sure the progress window is always the front most
  171.   window, when it has just been opened.
  172.  
  173. Voodoo-X 1.1 BETA 2 (4.2.2000)
  174. ------------------------------
  175. - Fixed XAD copyright dates in the About requester.
  176. - Renamed "Save..." menuitem to "Copy to...".
  177. - Added "Move to..." menuitem.
  178. - Added checks for DD and HD ADFs.
  179. - Implemented "Copy to..." and "Move to..." menuitem code.
  180. - Implmented "Clear archive history..." menuitem code.
  181. - Implemented the archive delete code. The menuitem is now called "Delete
  182.   from disk..." and has a new position in the menu.
  183. - Fixed a bug in GUI_Popup() that left intuition.library open if
  184.   muimaster.library was not found on the system.
  185. - Made some cosmetic fixes to the popup help text, file requester titles,
  186.   MUI titles, etc.
  187. - The main lister now shows file comments.
  188. - Added confirm requester to the "Extract all..." menu item.
  189. - Multiple copies of multiview can now be run, at the same time.
  190. - Implemented a more advanced temporary file allocation and removal system.
  191. - Archive extraction now has a progress window.
  192. - Added some overwrite confirm requesters.
  193. - Implemented "Select pattern..." window and it's code.
  194. - Added NList copyright information to the About window.
  195. - Multiview wasn't being launched correctly when Voodoo-X was launched under
  196.   the Workbench's context, since no path was available. Voodoo-X now uses
  197.   wbstart.library (optional) to overcome this. Later versions of Voodoo-X
  198.   will also use workbench.library v44 to do this (that is, when my AmigaDev
  199.   2.1 CD arrives :-).
  200. - Added version information for wbstart.library in the About window. Also
  201.   added copyright information.
  202. - About window was showing wrong revision of muimaster.library.
  203. - Recoded the WB/Shell arg processing.
  204. - Added simple IPC port for transfering args from one Voodoo-X process to
  205.   another. This means there'll always be one Voodoo-X process running to
  206.   avoid confusion.
  207. - Implemented XAD client information window.
  208. - Main lister now identifies and shows links.
  209. - Extract routine will now skip links.
  210. - The load routine will now check to see if an incomming archive is already
  211.   in the archive history list, if so, it will activate that entry instead of
  212.   loading the whole archive from disk again. This prevents useless clones
  213.   filling up the history list.
  214. - Loading archives pops the main Voodoo-X window to front. This comes in
  215.   handy when another Voodoo-X process is transfering it's args to it.
  216.  
  217. Voodoo-X 1.1 BETA 1 (27.1.2000)
  218. -------------------------------
  219. - Initial BETA version.
  220.  
  221.